home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Astronomy
/
Moon
/
Source
/
all.h
next >
Wrap
Text File
|
1993-01-19
|
469b
|
20 lines
/* all.h
* Part of the Moon application for the NeXT computer.
* Author: Geoffrey S. Knauth
* Date: January 4, 1992
*
* Permission to copy this program is hereby granted under the terms
* of the Free Software Foundation's GNU General Public License.
*/
#import <stdio.h>
#import <stdlib.h> /* calloc */
#import <math.h>
#import <time.h> /* struct tm */
#import <appkit/graphics.h> /* NXPoint */
#import "proto.h"
#import "mymath.h"
#import "astro.h"